/*css*/
.box20240902152339 {
	/*width: 100%;*/
	width: 500px;
	position:relative;
	overflow: hidden;
	/*background-color: blanchedalmond;*/
	/*border:2px solid #dddddd;*/
}


.box20240902152339 .picbox{
	padding-bottom: 62%;
    transition: 0.5s all;
}
.box20240902152339 .picbox:hover {
    transform: scale(1.1);
}

.box20240902152339_title{
	display: flex;
	/*height: 40px;*/
	justify-content: center;
	align-items: center;
	padding: 15px;
}
